net.Resolver.strictErrors (method)
3 uses
net (current package)
dnsclient_unix.go#L418: if nerr, ok := err.(Error); ok && nerr.Temporary() && r.strictErrors() {
dnsclient_unix.go#L630: if nerr, ok := result.error.(Error); ok && nerr.Temporary() && r.strictErrors() {
lookup.go#L159: func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)